-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have recently created a myopenid to log into stack overflow. This login works on stackoverflow.com but NOT on meta.stackoverflow.com. Why is this? This seems like it is a problem on (meta)stackoverflow's side rather than myopenid's side.
When I attempt to login to meta.stackoverflow.com using…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
In this article we will address the lack of testability that our current application has. We will do this by making our application conform to the dependency injection pattern. This will allow us to push up all of our dependencies which makes our code considerably more testable than it currently is.
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
In this article we are going to look at how distributable our current code base is. We will find that even with all the refactoring and modifications that we have done we are still pretty married to a fairly hardwired infrastructure. If one piece of our code requires more resources than any other…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
In this article we will discuss how we can enhance the power of the Dependency Injection pattern by implementing an Inversion of Control container. We will discuss what an IoC container can be used for and how it works. Then we will look at implementing an Inversion of Control container in our code…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
In this article we will focus on less of the structural issues and instead work on removing our dependency on LINQ to SQL. We will achieve this by employing an object to object mapping tool called AutoMapper.
>>> More